home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 21 / cdromtoday-21.iso / mac / Multimedia Bird Book / PROFILE.DIR / 00185_Script_185 < prev    next >
Text File  |  1995-06-23  |  315b  |  11 lines

  1. on mouseDown
  2.   if not(the castNum of sprite 7 = the number of cast "playDown") then
  3.     
  4.     set the castNum of sprite 7 = the number of cast "playDown"
  5.     set the castNum of sprite 6 = the number of cast "stop"
  6.     updatestage
  7.     puppetSound("key")
  8.     set the movieRate of sprite 2 = 1
  9.   end if
  10.   
  11. end